|
|
|
|
|
BlueCielo Meridian Enterprise 2013 VBScript API Reference | BlueCielo ECM Solutions |
Shows a modal dialog to receive input from the user.
Syntax
WinInputBox (Prompt As String, [Title As String], [Default As String]) As String
| Name | Description |
|---|---|
|
Prompt |
Body text of the dialog. |
|
Title |
Title bar text of the dialog. |
|
Default |
Default input text of the dialog. |
Remarks
Not available in Web Access. The Prompt text can be formatted, as described in Formatting text with RTF codes. To detect if the user clicked the Cancel button, test the returned value for an empty string ("").
Related concepts
|
Copyright © 2000-2013 BlueCielo ECM Solutions |